home *** CD-ROM | disk | FTP | other *** search
- Quoted Printable plugin v1.0 by Deniil 715! for MultiRen
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- This plugin converts all occourents of %nn in a filename,
- where nn is a hex number, to a character whos ASCII-number
- is nn.
-
- File containing quoted printable in the filename usually
- come from the Internet where certain characters such as
- :, /, <space> etc are sometimes replaced by their numerical
- ASCII-value represented as a %-character followed by two
- characters forming an 8-bit hexadecimal number.
-
- This plugin does not allow charactes with ASCII-values
- lower than %20 (32 decimal, which is space)! If such a
- character is encoutered it will be removed from the filename.
-
- Here is an example:
-
- Filename: File%2Dname%21
- will become: File-name!
-
- That is, "%2D" is replaced by "-" and "%21" by "!".
-
-
- Place this plugin in the subdirectory Plugins/ of MultiRen.
-
- --
- My e-mail: deniil@algonet.se
-
- Also check out http://www.onyxsoft.nu/ for the latest releases!
-
-